home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / para.dxr / 00049.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  173 b   |  15 lines

  1. on exitFrame
  2.   cursor([901, 902])
  3.   if soundBusy(2) = 1 then
  4.     Loopframe()
  5.   else
  6.     sound stop 2
  7.     go("ecr4")
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   sound stop 2
  13.   go("ecr4")
  14. end
  15.